CancellableGenericTinyMessage

StockSharp.Xaml.Charting.Common.Messaging

Basic "cancellable" generic message

Наследует: TinyMessageBase

Конструкторы

CancellableGenericTinyMessage(object, T, Action)

Create a new instance of the CancellableGenericTinyMessage class.

sender
Message sender (usually "this")
content
Contents of the message
cancelAction
Action to call for cancellation

Свойства

Cancel : Action

Cancel action

Content : T

Contents of the message